home *** CD-ROM | disk | FTP | other *** search
/ Unreal Tools / UnrealTools.iso / Unreal Script Tools / ScriptTools.iso / UnrealScriptIDEInstall.exe / UDKDevKitVSXSetupShell.msi / _225AEE86CCD640EE8160503B594A08FB < prev    next >
Encoding:
Extensible Markup Language  |  2012-06-04  |  776 b   |  29 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" ?>
  2. <CodeSnippets  xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  3.     <CodeSnippet Format="1.0.0">
  4.         <Header>
  5.             <Title>func</Title>
  6.             <Shortcut>func</Shortcut>
  7.             <Description>Code snippet for function</Description>
  8.             <Author>Mr O. Duzhar</Author>
  9.             <SnippetTypes>
  10.                 <SnippetType>Expansion</SnippetType>
  11.                 <SnippetType>SurroundsWith</SnippetType>
  12.             </SnippetTypes>
  13.         </Header>
  14.         <Snippet>
  15.             <Declarations>
  16.                 <Literal>
  17.                     <ID>name</ID>
  18.                     <ToolTip>Function name</ToolTip>
  19.                     <Default>MyFunc</Default>
  20.                 </Literal>
  21.             </Declarations>
  22.             <Code Language="Unreal Script"><![CDATA[function $name$()
  23. {
  24. $selected$$end$
  25. }]]>
  26.             </Code>
  27.         </Snippet>
  28.     </CodeSnippet>
  29. </CodeSnippets>